SessionMembers::op_operator[] Method (utility::string_t) [Xbox Live Compute]

Gets the session member at the specified index from the set of members.

Syntax

public:
SessionMember& op_operator[](
         utility::string_t index
)  

Parameters

index
Type: utility::string_t 

The index of the session member.

Return value

Type: SessionMember 

Returns the session member at the specified index.

Requirements

Header: Declared in MultiplayerSession.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

SessionMembers

SessionMembers Members